projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1064b2f
)
; * lisp/info.el (Info-up): Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 25 Aug 2020 13:03:51 +0000
(16:03 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 25 Aug 2020 13:03:51 +0000
(16:03 +0300)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index fc04099e7e96ae590a09c85ebcddc75f38587013..8810bc7a83cd32e24743a86555ef3d9726c92b19 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-2309,7
+2309,7
@@
If SAME-FILE is non-nil, do not move to a different Info file."
(progn (beginning-of-line) (if (looking-at "^\\* ") (forward-char 2)))
(goto-char p)
(Info-restore-point Info-history))))
- ;; If scroll-conservatively is non-zero
p
and less than 101, display
+ ;; If scroll-conservatively is non-zero and less than 101, display
;; as much of the superior node above the target line as possible.
(when (< 0 scroll-conservatively 101)
(recenter)))